﻿####################添加美丽特质&添加孕体特质
####################





###################
############### 美丽特质

add_beauty_good_interaction = {
	icon = beauty_good_2
	is_shown = {
		scope:recipient = {
			is_landed = yes
			NOT = {
				has_trait = beauty_good_2
				has_trait = beauty_good_3
				has_trait = beauty_good_1
				has_trait = beauty_bad_1
				has_trait = beauty_bad_2
				has_trait = beauty_bad_3
			}
	}}

	desc = add_beauty_good_2_desc
	category = interaction_category_friendly
	interface_priority = 70
	common_interaction = no
	ignores_pending_interaction_block = yes
	use_diplomatic_range = no

	auto_accept = yes
	on_accept = {
		scope:recipient = {
			add_trait = beauty_good_2
		}
	}
}
remove_beauty_good_interaction = {
	icon = beauty_good_2
	is_shown = {
		scope:recipient = {
			is_landed = yes
			has_trait = beauty_good_2
			NOT = {
				has_trait = beauty_good_3
			}
	}}

	desc = remove_beauty_good_2_desc
	category = interaction_category_friendly
	interface_priority = 70
	common_interaction = no
	ignores_pending_interaction_block = yes
	use_diplomatic_range = no

	auto_accept = yes
	on_accept = {
		scope:recipient = {
			remove_trait = beauty_good_2
		}
	}
}

add_beauty_good_3_interaction = {
	icon = beauty_good_3
	is_shown = {
		scope:recipient = {
			#is_landed = yes
			NOT = {
				has_trait = beauty_good_2
				has_trait = beauty_good_3
				has_trait = beauty_good_1
				has_trait = beauty_bad_1
				has_trait = beauty_bad_2
				has_trait = beauty_bad_3
			}
	}}

	desc = add_beauty_good_3_desc
	category = interaction_category_friendly
	interface_priority = 70
	common_interaction = no
	ignores_pending_interaction_block = yes
	use_diplomatic_range = no

	auto_accept = yes
	on_accept = {
		scope:recipient = {
			add_trait = beauty_good_3
		}
	}
}
remove_beauty_good_3_interaction = {
	icon = beauty_good_3_character
	is_shown = {
		scope:recipient = {
			#is_landed = yes
			has_trait = beauty_good_3
	}}

	desc = remove_beauty_good_3_desc
	category = interaction_category_friendly
	interface_priority = 70
	common_interaction = no
	ignores_pending_interaction_block = yes
	use_diplomatic_range = no

	auto_accept = yes
	on_accept = {
		scope:recipient = {
			remove_trait = beauty_good_3
		}
	}
}
















